home *** CD-ROM | disk | FTP | other *** search
- Path: sdd.hp.com!usc!usenet
- From: lerdsuwa@scf.usc.edu (Kriang Lerdsuwanakij)
- Newsgroups: comp.lang.c++
- Subject: Re: Help:Memory allocation above 64kbytes
- Date: 16 Jan 1996 04:37:37 GMT
- Organization: University of Southern California, Los Angeles, CA
- Sender: lerdsuwa@comserv-f-12.usc.edu
- Message-ID: <4dfa2h$qo0@usc.edu>
- References: <30FA67A9.31CC@mj.org.za> <4ddq4u$9pv@masala.cc.uh.edu>
- NNTP-Posting-Host: comserv-f-12.usc.edu
- Mime-Version: 1.0
-
-
- .>Use farmalloc (includes malloc.h). Make sure you go into the
- .>OPTIONS/DEBUGGER menu and change the PROGRAM HEAP SIZE from 64k to
- .>something larger (like 640k).
- .>
-
- Also, the program must be compiled in 'huge' model in order to be able to
- access it.
-
-